Skip to main content

Questions tagged [amazon-s3]

Amazon S3 (Simple Storage Service) is a web service which provides storage and various interfaces for accessing data stored there.

0 votes
0 answers
161 views

ffmpeg stream image flow to AWS S3

For a video monitoring solution, I want to push thumbnails of an incoming video (TS/UDP) to a S3 bucket from where those thumbnails are shown on a web page Currently the following bash loop is working:...
Jean-Michel's user avatar
1 vote
1 answer
1k views

How does FFMpeg read from a remote s3 url

I'm intrigued how does FFMpeg read a video file from a remote url (for example, an aws s3 presigned url). Does it download the file in chunks and then process it chunk by chunk? Or does it download ...
CtrlAltElite's user avatar
0 votes
0 answers
31 views

Mount or sync an S3 versioned bucket with rewind - back in time

Assuming I have an S3 versioned bucket (backed by Ceph), I would like to restore from it at a specific time. mcli has a --rewind feature that allows some operations to time-travel into the past taking ...
Robert Cutajar's user avatar
0 votes
0 answers
55 views

How to route linode object bucket to domain name?

I have a linode object bucket up and running with my files/folders. I have purchased the domain and have set a CNAME to point to [subdomain].[domain].com.website-us-southeast-1.linodeobjects.com. When ...
SynfulAcktor's user avatar
1 vote
1 answer
136 views

Connect to S3 Web Console with Access and Secret Key

Is it possible to authenticate in the Amazon S3 console (https://s3.console.aws.amazon.com) using an access key/secret key pair? It looks like it only accepts user credentials. If not, is there any ...
mrgou's user avatar
  • 251
1 vote
0 answers
60 views

AWS Windows EC2 File Transfer - Need to keep session open

I have a rather large file that I need to copy from an S3 bucket to a Windows EC2 and it will not complete before a session ends. I have found lots of suggestions for this for Linux but not Windows. ...
kcjelv178's user avatar
0 votes
1 answer
389 views

aws sync doesn't download the file and instead create an empty directory

The file I'm trying to download is: s3://ont-open-data/gm24385_q20_2021.10/analysis/20210805_1713_5C_PAH79257_0e41e938/guppy_5.0.15_sup/align_unfiltered/chr19/calls2ref.bam This is an open dataset. I ...
Jerry Fan's user avatar
0 votes
1 answer
319 views

How translate s3 url to http in chrome automatically?

Let say I have a link like that: s3://mybucket/mybucket?prefix=myprefix/file.json And I open it in chrome browser. I will get an error. Is it possible to automatically translate the s3 url from ...
Cherry's user avatar
  • 950
2 votes
0 answers
266 views

AWS S3 Bucket CORS Error

I have an amazon s3 bucket called cs-ia. This is my CORS configuration: [ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ ...
Berlm's user avatar
  • 121
1 vote
1 answer
131 views

Can't delete duplicity s3/glacier archives

For backing up my system to s3, I'm running: duplicity 0.8.17 Python 3.9.2 boto3 '1.24.36' My daily backups run fine, as desired they are moved from s3 to glacier after a month, duplicity status ...
htInEdin's user avatar
0 votes
2 answers
1k views

make new objects in s3 bucket public by default

I have an s3 bucket in which the objects within it need to be made public, right now anytime I upload a new file I have to click on it and then click "make public using acl" I wonder if ...
fred's user avatar
  • 113
0 votes
1 answer
136 views

What IAM policy is appropriate for gitlab S3 buckets when using KMS encryption?

I'm setting up GitLab with S3 storage backend and would like to use KMS to encrypt the buckets. I'd like to avoid giving out permissions broadly. I'm using terraform to provision these resources. How ...
flickerfly's user avatar
  • 1,101
0 votes
1 answer
478 views

How to create AWS S3 key

I've set up an AWS S3 bucket, and it's working for transfers using the web UI, but I want to be able to use the "aws s3 sync" command. The only way I know how to use that command requires ...
Toby Eggitt's user avatar
1 vote
1 answer
265 views

Is there a way we can way to minimize or eliminate warning when a recipient receives an email from AmazonSES

When we are sending emails using Amazon SES from the application, recipients of the email are seeing warning messages like below: I have tried to find possible things that we can do to avoid ...
BunnY's user avatar
  • 11
2 votes
1 answer
2k views

Can WinSCP be used to access Google Cloud Storage bucket using the 'Amazon S3' file protocol?

Can WinSCP be used to access Google Cloud Storage bucket using the Amazon S3 file protocol using the HMAC keys? I tired but got the following error: Expected request type in credential scope to be &...
Sarang's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
12