Skip to content
#

s3

Here are 2,312 public repositories matching this topic...

minio
Praveenrajmani
Praveenrajmani commented Jan 29, 2020

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

seaweedfs
jspeedz
jspeedz commented Sep 5, 2019

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

drewmullen
drewmullen commented Apr 30, 2020

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(
  
filestash
subdavis
subdavis commented Jan 26, 2020

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

scar
cloudkj
cloudkj commented Jun 4, 2019

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

thedevelopnik
thedevelopnik commented Apr 16, 2020

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

coop
coop commented Oct 29, 2019

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

Improve this page

Add a description, image, and links to the s3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the s3 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.