What happens to incomplete transfers while uploading to amazon s3. I am using boto(python) for
uploading.For example,i have 5 gb free in amazon s3 cloud and I want to upload 3 gb of data,
but after uploading 1 gb of data, i loose the internet connection. what happens in s3? .
Is 1 gb charged for my account i.e is 1gb considered as used or incomplete transfers
discarded?.
What happens to incomplete transfers while uploading to amazon s3. I am using boto(python)
Share
Incoming traffic to
S3is not charged. If a connection was lost, the file is not transferred, it is lost. So, nothing is stored onS3and hence you will not be charged for it. Refer: http://aws.amazon.com/s3/pricing/