-
If the Zip is less than 50mb you can upload it directly to the Lambda function. This would make the S3 bucket not always required and one less step for small functions.
I have a working version of …
-
Я не коллаборатор, поэтому пишу в ишью вместо PR:
1) DAG падает с ошибкой импорта из-за кавычек (надо заменить одни из кавычек, например использовать двойные для f-строки)
![image](https://github…
-
Hi team,
My request is pretty straightforward and I believe you must have already though about it. I need to use IAM Role for Service Account to be able to access my `AWS Elasticsearch`, and `Minio (…
-
config
```
- name: S3_ACL
value: private
- name: S3_ENDPOINT
value: https://oss-cn-hangzhou.aliyuncs.com
- name: S3_BUCKET
value: acos-service
-…
-
AC:
- Review of work that @jldodds and @andreistefanescu are executing on to verify that permissions are correct, workflow makes sense, and there are no unintended consequences in CI or otherwise.
…
-
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help.
[![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
## Describe the Bug
…
-
I am trying to upload file with httr2 to S3 with custom endpoint (so have problems using aws.s3 package, so making it with httr2). While constructing request I found that cant overide Host header wit…
-
I have a number of EBS Snapshots of a large EBS volume and I want to use s3cmd to store the files in S3 using versioning so I can effectively de-duplicate the files and delete the EBS Snapshots.
I …
-
Hi,
I'm trying to set up a simpleHTTPResolver running on docker with loris-grok-docker image to an **s3 public bucket** that I can access from the browser, without luck. Here's what I tried (one a…
-
Have a basic React setup such that from any machine I can run the following:
```npm install && npm start```
which will produce the static webpage on http://localhost:8080 (or some random port)