aws-s3
Here are 1,840 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
Provide help in CLI for sub-commands
Describe the solution you'd like
Sub-commands help should describe the sub-command's functionality and options available for the sub-command
Describe alternatives you've considered
N/A
Additional context
See: golang-migrate/migrate#370
Description of issue:
This doc: https://github.com/Netflix/security_monkey/blob/develop/docs/update.md
states the required libraries/modules needed in order to pull data from GCP, however after installing the latest version I was unable to receive any data from GCP, while monitoring the workers I noticed some errors (which were marked as INFO for some reason) , these errors stated the lack
Is there some documentation or user guide for this project?
I've just spent half an hour figuring out how to mount with goofys inside a docker container -- it's not a big deal, of course, but I'd like to write it down, so that others can figure it out faster.
-
Updated
Mar 1, 2020
I'm not sure if this will be included when the book is finished, but getting the config values for the .env file requires getting values from a lot of different sources and different configurations. It would be helpful if there was better documentation around that process.
I would love to submit a PR for it, but I haven't been able to figure all of it out myself yet.
-
Updated
Jun 10, 2020 - Go
-
Updated
Jun 11, 2020 - JavaScript
Update docs
Update docs and wikis.
- Minimize amount of data presented at front page (README.md);
- Simplify examples presented at front page (README.md);
- Split wikis (docs) by functionality (a.k.a. API), not tasks (Howtos);
- Differentiate feature, functionality (API), and tasks (Howtos) docs;
Articles:
- Security
- Publish / Subscribe
- Using files without references and pub
When s3proxy trace logging is enabled, the jclouds logging should be enabled as well. It's most certainly going to be required to understand whether there is an issue in the actual response from the provider vs s3proxy translation of the response.
LocalStack does not support cognito-idp or cognito-identity, so the quickstart app can't run on LocalStack. Suppported services are documented at https://github.com/localstack/localstack
Enhancement Suggestion
Currently if Rome does not find a dependency or bcsymbolmap in the cache it outputs this as an error, and this is particularly ugly when used with Fastlane.
It is just noise in almost all cases I can think of, and is particularly noisy when you do your first Rome download and when you build only for one platform e.g. iOS where you get all the symbol map errors.
If you don't append a cache, a
Cache\Memorywill be used implicitly.
This is wrong. It has been changed in the flysystem. See thephpleague/flysystem#368
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
May 15, 2020 - JavaScript
-
Updated
Nov 20, 2018 - Python
Hi there!! Thank you for writing this module, it has really saved me a ton of time!!
I just wanted to point out a possible issue with two of the examples in the README.
I'm no expert with Nginx, but it appears that the proxy_pass directive for the non-root locations is incorrect.
Instead of...
proxy_pass http://your_s3_bucket.s3.amazonaws.com/$1;
I believe the path speci
-
Updated
Apr 9, 2020 - Java
-
Updated
Jun 11, 2020 - Java
-
Updated
Apr 17, 2020 - Kotlin
-
Updated
Aug 21, 2017 - JavaScript
-
Updated
Jun 9, 2020 - Python
Please specify whether your issue is about:
- a possible bug
- a question about package functionality
- [ x] a suggested code or documentation change, improvement to the code, or feature request
Give that aws.signature::locate_credentials takes the profile argumentit would be useful to be able to pass that throughs3Httpand therefore the higherAPI` functions. Currentl
-
Updated
May 30, 2020 - C#
In #1, it's discussed that the action should be using profiles to prevent stomping on other AWS actions which are used by the repo.
However, in the AWS CLI documentation, it's mentioned that the CLI supports certain environment variables natively. This includes authentication-related variables such as `AWS_ACCESS_KEY
Improve this page
Add a description, image, and links to the aws-s3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aws-s3 topic, visit your repo's landing page and select "manage topics."

** Which Category is your question related to? **
Interactions
** What AWS Services are you utilizing? **
Cognito, Lex
I'd like to be able to do a face auth and if a valid user is found, I'd like to simulate a click of the Microphone button without the user having to do so. How can this be done with the existing Chatbot component ?