s3
Here are 2,262 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
Network drive - doc
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 16, 2020 - Ruby
-
Updated
Feb 11, 2020 - JavaScript
-
Updated
May 15, 2020 - Go
-
Updated
Mar 1, 2020
-
Updated
May 16, 2020 - JavaScript
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 15, 2020 - Go
Expected behavior
Be more specific on the error that occurs when an event add fails (ex. invalid ARN, invalid bucket name, etc)
Actual behavior
Generic, cannot enable notifications
mc version
Version: 2019-10-09T22:54:57Z
Release-tag: RELEASE.2019-10-09T22-54-57Z
Commit-id: f93fe1330a3647b1afaff0ed8c188d2897bf391e
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 12, 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 15, 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 15, 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."
Issue
I could not find a description of how minio handles storage usage reporting in the minio documentation.
I believe the following is roughly true - determined by experimentation, looking at old tickets, and source code:
mc admin info
shows the total number of objects and buckets, and total size used