AWS compatible API for UnityBase
See _tests/test_aws.js
for usage examples.
Real usage can be found in @unitybase/s3-blob-store/s3BlobStore.js
Classes
Methods
# getAmzDate (d: Date) → string inner
Convert date into AMZ Date YYYYMMDDTHHMMSSZ
Arguments:
d
: Date
# parseS3Url (url: string) → Object inner
Parse URL in S3 format `s3://bucket/path/to/object into bucket and bucketKey
Arguments:
url
: string