Ashish Pandey

Results 12 issues of Ashish Pandey

As bcrypt is not under active maintenance, we need to replace it with argon2 hashing module. ### Explain the changes We need to move to argon password hashing from bcrypt....

size/M

### Explain the changes This change provides support for the pagination of list_buckets. GET /?continuation-token=ContinuationToken&max-buckets=MaxBuckets HTTP/1.1 Host: s3.amazonaws.com Important links - https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#listBuckets-property We can call list buckets using API...

size/L