s3encode
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

S3Encode

Encode url symbols to be s3 compatible

Install

install using yarn or npm

yarn

$ yarn add s3encode

npm

$ npm install s3encode

Use

typescript

import S3Encode from "s3encode"
const encodedString =  S3Encode("/This is my url with a symbol ?")

javascript

const S3Encode = require("s3encode").default
const encodedString =  S3Encode("/This is my url with a symbol ?")

Code of conduct

Code of conduct can be found at CODE_OF_CONDUCT.md

Contributing

Make sure to read Contribution Guidelines at CONTRIBUTING.md before contributing.

License & Copyright

Copyright (C) 2020 Aniket Prajapati

Licensed under the MIT LICENSE

Contributors

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.0
    681
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.3.0
    681
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i s3encode

Weekly Downloads

681

Version

1.3.0

License

MIT

Unpacked Size

2.97 kB

Total Files

6

Last publish

Collaborators

  • aniketfuryrocks