Skip to content

Commit

Permalink
added endpoint-url url support for Azure blob store (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Ruiz <jruiz@esri.com>
  • Loading branch information
ajuanr and Juan Ruiz authored Feb 5, 2024
1 parent 0fdc292 commit 7bd83b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file modified i3s_converter/i3s_converter.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions i3s_converter/i3s_converter_ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ is the equivalent to<br>
| -s \[key] | --secret-key \[key] | AWS S3/Alibaba OSS secret key or Azure account key |
| -t \[num threads] | --thread-count \[num threads] | [Number of threads](#threadsDesc) to use when converting, default is 1 |
| -x | --drop-dxt | Don't write DXT textures |
| | --endpoint-url | Endpoint url for S3 compatible services |
| | --endpoint-url | Endpoint url of object store. |
| | --aws-profile | AWS Profile in ```%USERPROFILE%\.aws\credentials``` |
| |--date-format| Expected date format of date field. Required to correctly convert date formats into [ECMA ISO8601](../docs/1.9/ECMA_ISO8601.md). Date always needs to be in uppercase and time in lower case. If not specified the default US date format "MM/DD/YYYY hh:mm:ss" is assumed.|
| |--date-format| Expected date format of date field. Required to correctly convert date formats into [ECMA ISO8601](../docs/1.9/ECMA_ISO8601.md). Date always needs to be in uppercase and time in lower case. If not specified the default US date format "MM/DD/YYYY hh:mm:ss" is assumed. Only dates in the Gregorian calendar are supported.|
| |--utc-offset| Offset from UTC of date fields. Expected format is +hh:mm for positive or -hh:mm for negative offset. If not set, time zone setting of the device will be used.|


Expand Down
5 changes: 4 additions & 1 deletion i3s_converter/i3s_converter_version_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ This documents purpose is to keep track of the version history of the i3s_conver
- Fixed bug where Draco decoded attributes were incorrectly handled in certain cases to due Draco re-ordering of vertices.

### Version 0.7.09152022
- Added date-format and utc-offset options to convert date fields to ECMA ISO8601.
- Added date-format and utc-offset options to convert date fields to ECMA ISO8601.

### Version 0.7.12062023
- Honor endpoint-url when writing to Azure blob store.

0 comments on commit 7bd83b3

Please sign in to comment.