s3
Here are 2,312 public repositories matching this topic...
Sponsors SeaweedFS via Patreon https://www.patreon.com/seaweedfs
Describe the bug
README#Installation-guide Step 3 contains command:
go get github.com/chrislusf/seaweedfs/weed
It builds weed here without compiler errors, but weed
binary panicing same as in #1058 :
panic: /debug/requests is already registered. You ma
Niche Guides
Along with the General Guides, it might be helpful to add a niche guide section, which is broken down by AWS service. Happy to issue a PR with some quality tutorials as an example.
Thanks to @miekg and code they added here: https://github.com/coredns/coredns/blob/master/test/metric_naming_test.go
What went wrong?
I'm getting deprecation warnings with openSSL encryption.
[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre
Thanks for this great library. extremely helpful to me!
mock = moto.mock_ec2()
mock.start()
sclient = boto3.client('ec2', region_name='us-west-2') # source client
dclient = boto3.client('ec2', region_name='us-east-1') # destination client
v_id = sclient.create_volume(AvailabilityZone='us-west-2a',
Size=7)['VolumeId']
snap_id = sclient.create_snapshot(
According to the postgresql documentation on https://www.postgresql.org/docs/current/static/continuous-archiving.html section 25.3.3.1 you can pass 2 extra parameters to pg_start_backup()
.
I'm particularly interested in the second parameter which does a fast checkpoint.
Is this a feature which can be added as a command-line parameter to wal-e backup-push
eg `wal-e backup-push --fast-chec
Allow debug logging
Hello! First of all, thanks for building this! It fulfills a lot of my needs and is a rather uniquely positioned product in that it appears to have no reasonable competitors. I have a lot of data hosted in a Minio instance, and I needed a more user-friendly access layer with indexing, search, and especially thumbnail generation. This seems to do those things well.
#113 gets into these issues
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
May 25, 2020 - Ruby
-
Updated
Feb 11, 2020 - JavaScript
-
Updated
May 29, 2020 - Go
-
Updated
May 16, 2020 - JavaScript
-
Updated
Mar 1, 2020
As per https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html, ACM has a restriction that requires certificates to be created in the us-east-1 region in order to be used with CloudFront:
To use an ACM Certificate with Amazon CloudFront, you must request or import the certificate in the US East (N. Virginia) region. ACM Certificates in this region that are associated with a CloudFr
Write a Windows .BAT equivalent of travis_ci_helpers.sh
We need this .BAT file for running integration tests under Appveyor, which is unable to run our existing bash script.
Alternatively, rewrite that script in Python so we can use it under both Travis and Appveyor.
Originally posted by @mpenkov in RaRe-Technologies/smart_open#479 (comment)
-
Updated
May 24, 2020 - Go
-
Updated
May 28, 2020 - Go
The release for 2.14 states that there is a preview of tablespace support. This is a critical feature for us, but I can't find any documentation on it. Does restoration work using a json file similar to wal-e? I'd love to preview it, give feedback and even contribute but can't find any information other than that one-liner in the release notes. Thanks!
Right now we use wal-g for wal archival bu
As described on the latter part of leo-project/leofs#1156 (comment),
You are right. it's best practice to take the backup whenever the cluster topology changes.
This should be documented and also we have to mention that users should take the backup whenever the records in S3 related table (users, endpoints, buckets) change.
If you already have a base AWS SDK instance, we should add a filter to allow overriding S3 Uploads' copy of it. This allows unifying options across all uses of the SDK.
-
Updated
May 29, 2020 - C#
Cleanup & Comment
- (Choose a consistent docstring format and lint (with pylint, probably)
- Try to organize files into directories:
- tests/
- models/
-
Updated
May 17, 2017 - JavaScript
The documentation states that it's possible to change the filename with the filename
function:
It may be undesirable to retain original filenames (eg, it may contain personally identifiable information, vulgarity, vulnerabilities with Unicode characters, etc).
You may specify the destination filename for uploaded versions through your definition module.
For our use case we want to re
-
Updated
May 28, 2020 - Go
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.
-
Updated
May 28, 2020 - Java
Improve this page
Add a description, image, and links to the s3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the s3 topic, visit your repo's landing page and select "manage topics."
This is to specifically ease the reviewing of healing related PRs. As we know, healing has more asynchronous decoupled tasks which we need to keep track to join our thoughts (specially during the review)
A design documentation, maybe with a design diagram would help to understand the process and differences between self-healing and admin-healing
Ideally we can keep track of the fore coming c