-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP docs and tests for refactored method
- Loading branch information
1 parent
434183a
commit e7a8f78
Showing
7 changed files
with
132 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Tagging | ||
|
||
todo blurb about tagging | ||
|
||
You probably don't need this unless you have a lot of objects! | ||
|
||
Support level: currenly only implemented for AWS/S3 | ||
|
||
Note extra cost, extra api calls + tagging cost per object per month | ||
|
||
## Sources | ||
|
||
Constraints: | ||
- Key - max 128 chars (aws + azure) | ||
- Value - max 128 chars (actual max is 256, but reserving half for future use e.g. versioning) | ||
- Deterministic | ||
|
||
Implemented: | ||
- Mimetype | ||
- Env - defined by <insert cfg here> | ||
|
||
## Multi env | ||
- Turn off object override on every env except prod | ||
- TODO diagram here | ||
|
||
## Reporting | ||
TODO blurb about reporting | ||
Note reporting quirk because of multi env setup and what each env knows about. | ||
|
||
## Migration | ||
|
||
TODO | ||
If you change any of the tags e.g. the way they work and want to re-update tags, update tag status to needs sync and queue adhoc task to re-sync. | ||
|
||
## For developers | ||
|
||
### Adding a new source | ||
- Add to <insert place in tag manager here> | ||
- Run migration steps (TODO link to above) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters