Adam Dobrawy

Results 369 comments of Adam Dobrawy

I would like to point out that AWS offers structured API documentation as part of the "aws-sdk-js" repository: https://github.com/aws/aws-sdk-js/tree/master/apis (see files ```s3-*.json```). AFAIR API documentation is not available in any...

@jamhall , issue label. I think this is an excellent topic for someone who has a basic understanding of JavaScript and would like to contribute to this project.

@n1ru4l , why do you see it as complex? if I understand correctly the functionality is based on only one endpoint: https://docs.aws.amazon.com/AmazonS3/latest/API/API_SelectObjectContent.html Endpoint must read the stored as stream, decompress...

> Each time the user uploads a file that already exists in the cloud (assuming versioning mode is enabled for the bucket), the current .dummys3_content/metadata files would be renamed to...

This is only required for local use. For a public service, you can trivially configure the corresponding willdcard DNS record yourself. Everyone can also run a similar service on their...

Done? Right now in my Slack channel: ![obraz](https://user-images.githubusercontent.com/3618479/71924769-f644a680-318f-11ea-9611-6d03e7606217.png)

> Isn't this already possible? https://github.com/marketplace/actions/slack-notify No, because it's about checks & pull requests & issues nor workflow runs.

Feel free to take that PR. I did not longer develop anything in Django.

Upstream commit to remove PHP 5.6: https://github.com/docker-library/php/commit/2408ff5a5ad7eb444d1689cb51653b59345ce009

I do not know why you want to make such a big dependence. In my opinion, it is necessary to introduce appropriate abstractions. Then all operations will be simple. Cache...