mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
Question : Upload to a S3 Bucket #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VoXaN24 on GitHub.
The Docker image upload the file directly to the S3 Bucket or the Host Server cached the file and upload it in the same time ?
@stefanbenten commented on GitHub:
Right. This is definitely the likely bottleneck.
I think the question is answered with this correct?
@VoXaN24 commented on GitHub:
It about the internet speed too, like if i Choose a 100 or 500 Mbps server
@stefanbenten commented on GitHub:
Closing due to inactivity.
@stefanbenten commented on GitHub:
Hello @VoXaN24 , the file gets piped via the hosting server.
Meaning all data passes it in both directions. There is no need for storage however.