-
Notifications
You must be signed in to change notification settings - Fork 32
s3.escapePath()
SaltwaterC edited this page Nov 16, 2011
·
1 revision
S3 helper for escaping the S3 Path.
s3.escapePath(path)
- 'path' - the unescaped S3 Path.
This method is called automatically for all operations involving the S3 client. It is exposed to the user code in order to be able to check exactly how the S3 API receives a specific path that contains special chars that need URL encoding.