All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
43 views

Cloud File Storage: Does zipping files reduce data transmission speed / costs?

If I need to store, say, a 5gb file on a cloud file storage location (e.g., aws s3 bucket), will zipping the file reduce the cost / latency when people download it? Obviously zipping a file reduces ...
Matt's user avatar
  • 105
4 votes
1 answer
204 views

AWS EC2 Windows server with S3 storage for Veeam backup

I want to create a remote repository for the backup of my local infrastructure. I'm using Veeam v10. I think I need a remote machine with a Veeam component installed, then I was wondering if I can ...
Tobia's user avatar
  • 1,312
0 votes
1 answer
119 views

Do all cloud storage services store data as objects instead of files? [closed]

I've been using AWS S3, and I'm not happy that I can't do things like an rsync from the Linux server to do a backup on S3. It's because S3 stores objects I'm told and not files. Is this something all ...
Edward_178118's user avatar
1 vote
2 answers
2k views

Digital Ocean Spaces S3: Is it possible to add access-control-allow-origin: * to all requests?

If you curl my image curl -i https://local-spaces.fra1.digitaloceanspaces.com/test.jpg you will see that there is no Access-Control-Allow-Origin header in the response. If you curl like this, the ...
Philipp Mochine's user avatar
0 votes
2 answers
442 views

AWS Bucket Policy using SourceIP

I would like to allow access to the S3 bucket by all users using a corporate IP address. I added a Bucket Policy but I'm still getting access denied. Is this possibly because my sourceIp is behind the ...
Jeight's user avatar
  • 208
4 votes
1 answer
459 views

How to make objects uploaded to S3 bucket readable without explicitly setting their permissions

I want to make objects uploaded to S3 bucket readable without explicitly setting their permissions. Relevant discussion I found about Digital Ocean S3 is here. As in the above and other discussions, ...
PatrizioRD's user avatar
0 votes
1 answer
728 views

Amazon S3 to Amazon Glacier custom vault

So I was researching about Amazon Cloud services and how to backup all my personal infrastructure to the cloud -btw it's really amazing what Amazon has achieved on this field-. I started looking ...
dantebarba's user avatar
-7 votes
1 answer
79 views

AWS S3 EC2 EBS Confusion [closed]

Currently when a user uploads a photo / video i upload it in root directory of my website. /var/www/mysite/pics/hash/example_filename.jpg and /var/www/mysite/videos/hash/example_filename.mp4 I'm ...
Edward Snowden's user avatar
3 votes
1 answer
7k views

S3 Static Website hosting - restricting access from IP Range

Is there way by which can we enforce the access only from a Particular IP Range for S3 Static Website hosted site ?
Naveen Vijay's user avatar
2 votes
1 answer
134 views

Performance issue in using Amazon S3 for run-time updates

I have a web application hosted in Amazon EC2 as well as in Rackspace. Users can upload files through this application and also modify them. Those files are stored in local storage in each of these ...
Srikanth Vittal's user avatar
53 votes
6 answers
67k views

How to move files between two S3 buckets with minimum cost?

I have millions of files in a Amazon S3 bucket and I'd like to move these files to other buckets and folders with minimum cost or no cost if possible. All buckets are in the same zone. How could I ...
Daniel Cukier's user avatar
0 votes
1 answer
515 views

How do I backup files stored in Rackspace Cloud Files container to an Amazon s3 bucket

I'm currently storing PDF reports in a Rackspace cloud files container. These files are generated from a web application. I'm keen to find a way to sync these files to an Amazon s3 container as a form ...
Ed Eliot's user avatar
1 vote
1 answer
885 views

Reducing latency for different geographic regions on Amazon Cloud

I have got an application which has three components Application code : Amazon EC2 US-EAST-1 instance Application images, and other static data : Amazon S3 with CloudFront Application Database : ...
Shoaibi's user avatar
  • 809
14 votes
7 answers
17k views

What is a practical way to mirror an Amazon S3 bucket?

I want to mirror my Amazon S3 buckets. I want to do this because 1) I don't want all my data only existing with one provider; and 2) in case of software error or security breach I want to have the ...
Ben's user avatar
  • 173
7 votes
4 answers
1k views

What is the cheapest non-colocation way to serve about 10 static files at a rate of 100 megabits per second to the web? [closed]

I've looked at Amazon S3 and it costs roughly $4746 per month for 100 megabits/s (which translates into 31,640 Gigabytes of data transferred. That's at a rate of $0.15 per gig.) I haven't found a ...
Mark172's user avatar
  • 217
1 vote
2 answers
218 views

Updateing files on Amazon’s CDN

is there any way to update files stored on Amazon's CDN service? Seems like it won't take any update of a file we make (eg. removing the file and storing the new one with the same file name as before)....
Matt's user avatar
  • 111