Encode url symbols to be s3 compatible
npm install s3encodeEncode url symbols to be s3 compatible
install using yarn or npm
yarn
``bash`
$ yarn add s3encode
npm
`bash`
$ npm install s3encode
typescript
`typescript`
import S3Encode from "s3encode"
const encodedString = S3Encode("/This is my url with a symbol ?")
javascript
`typescript``
const S3Encode = require("s3encode").default
const encodedString = S3Encode("/This is my url with a symbol ?")
Code of conduct can be found at CODE_OF_CONDUCT.md
Make sure to read Contribution Guidelines at CONTRIBUTING.md before contributing.
Copyright (C) 2020 Aniket Prajapati
Licensed under the MIT LICENSE