Questions tagged as 'amazon-s3'

1
answer

Simulate Enter in Batch

I have a script that automatically downloads the backup of an S3. The bad thing is that it asks for a confirmation with an enter after entering the password so it is not 100% automatic. Does anyone know if there is any way to simulate an enter?...
asked by 02.05.2018 / 16:55
1
answer

Upload files to Amazon s3

Dear, I have a web project that I am developing with Microsoft technologies. The project itself has several types of projects, wcf, MVC, among others. What I need to do is upload files (they can be images, documents and different types of doc...
asked by 17.03.2017 / 23:03
1
answer

Send mail by Amazon SES without checking

I would like to know how mass mails are sent by amazon SES but without verifying each email, I am using laravel and I have already managed to send emails using smtp but both were verified The problem is not in laravel but in amazon, which I h...
asked by 19.06.2017 / 21:12
2
answers

Change date format in Batch

I am creating a script in Batch that self-downloads the backup of an S3 every day. I already have everything that has to do with the S3Browser but I have a small problem when downloading the last backup (the most recent one). The backups are ass...
asked by 26.04.2018 / 18:47
2
answers

Permissions for specific bucket and specific folder

You will see I have an s3 Bucket on Amazon, with the following structure: Carpeta "Home" : - Usuario1 - Usuario2 - Usuario3 I want to create a specific IAM user for each user, and in this way, each user has specific access to their own f...
asked by 19.07.2018 / 21:03
0
answers

How to list only one bucket in AWS S3?

I created a user in AWS to only interact with a specific bucket, but at the moment of entering the S3 console (web) he can see the list of all the buckets. Although, you can not modify anything, I would like you not to see the names of the other...
asked by 29.11.2018 / 21:49
1
answer

Create folder in bucket when uploading file with user id, nodejs, express

I hope you can help me, I am creating a video application and I need to create a folder, inside another folder called videos that is in My Bucket, that new folder must have the user id and inside the uploaded videos. This is my upload.js file...
asked by 30.10.2018 / 14:24
0
answers

How can I upload media files to amazon s3?

I have a project in django that I am trying to migrate to Amazon s3. Within the project I use the easy_thumbnails package (I leave the documentation here ). I have everything configured to send the images to Amazon S3 but I can not get the t...
asked by 22.10.2018 / 18:15
1
answer

Access tokens for Google Cloud Storage files

I'm uploading videos to a Google Cloud Storage project, what I want is something like Amazon, AWS Security Token Service (STS) I want the video can only access with the token for x number of minutes and always ask me a valid token to access the...
asked by 18.04.2018 / 23:26
1
answer

How to manage groups for access to buckets in Amazon S3

I am developing a serverless app on AWS with the javascript API in angular 4, I have a bucket mi-bucket in S3 with one folder per client ( mi-bucket/cliente1 , mi-bucket/cliente2 ). I have created a userPool cargaArchivo...
asked by 09.11.2017 / 00:10