openstack-swift
Here are 82 public repositories matching this topic...
According to the postgresql documentation on https://www.postgresql.org/docs/current/static/continuous-archiving.html section 25.3.3.1 you can pass 2 extra parameters to pg_start_backup().
I'm particularly interested in the second parameter which does a fast checkpoint.
Is this a feature which can be added as a command-line parameter to wal-e backup-push eg `wal-e backup-push --fast-chec
Allow debug logging
Is there some documentation or user guide for this project?
I've just spent half an hour figuring out how to mount with goofys inside a docker container -- it's not a big deal, of course, but I'd like to write it down, so that others can figure it out faster.
-
Updated
Jun 26, 2020 - Java
When s3proxy trace logging is enabled, the jclouds logging should be enabled as well. It's most certainly going to be required to understand whether there is an issue in the actual response from the provider vs s3proxy translation of the response.
As a first effect of #1287, we should react to the reporting of I/O errors with a notification that the service is down. This concerns the rawx, meta0, meta2, meta2 and sqlx service types.
- manage in sqliterepo (meta*, sqlx)
- manage in rawx
-
Updated
Jun 25, 2020 - Go
-
Updated
Jan 18, 2020 - Java
-
Updated
Mar 19, 2019 - Go
-
Updated
May 29, 2019 - Python
-
Updated
Dec 13, 2019 - Java
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 13, 2020
-
Updated
Dec 16, 2019 - Python
Currently, we can set options by, for example, rgwAdmin.setUserQuota(java.lang.String userId, long maxObjects, long maxSizeKB)
Add an overloaded method such as rgwAdmin.setUserQuota(Quota quota) , so that user can :
Quota quota = rgwAdm.getUserQuota(userId)
quota.setMaxObjects = 5566
rgwAdm.setUserQuota(quota)
All "set" methods listed in https://www.javadoc.io/static/io.g
individual bucket
-
Updated
Jun 23, 2020 - Dockerfile
The DeleteObjects method specified "HttpMethod.Delete" when trying to make a "bulk-delete" request. According to the documentation this should be "HttpMethod.Post".
After changing to use POST the call fails with:
https://hostname.com/v1/AUTH_photoapp?bulk-delete Error: System.Net.Http.HttpRequestException: Error while copying content to a stream. ---> System.IO.IOException: Unable to write dat
-
Updated
Aug 23, 2017 - Ruby
-
Updated
Jun 25, 2020 - Python
-
Updated
Jun 18, 2020 - Ruby
-
Updated
Mar 6, 2019 - Python
-
Updated
Jun 13, 2017 - Java
-
Updated
Oct 23, 2019 - Python
-
Updated
Mar 4, 2018 - Elixir
-
Updated
May 19, 2019 - Java
-
Updated
Feb 11, 2019 - CSS
-
Updated
Mar 10, 2020 - C#
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
May 30, 2020 - Go
-
Updated
Aug 4, 2017 - TypeScript
Improve this page
Add a description, image, and links to the openstack-swift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openstack-swift topic, visit your repo's landing page and select "manage topics."
rclone v1.48.0
ncdu shows empty files as:
@ 0.0 B [ ] emptyfile
..and empty folders as:
e 0.0 B [ ] /emptyfolder
Could rclone ncdu get the indicators as well?