-
# Symptoms
When trying to sync/cp from a local directory to S3, `aws cli` will exit silently, and with a non-error (0) exit status, if it runs into a filesystem exception. This issue can be reproduc…
-
I'm GET'ing from a mounted collection in public. When I do an iget from the command-line tools it works fine but iDrop produces zero-length files.
``` Shell
schroeder@pivo:/tbox/IRODS_BUILD/iRODS$ il…
-
Any idea why this might be happening? I am compiling from within Code::Blocks. When I compile CppUTest itself (also from within Code::Blocks, including tests and examples) using -pedantic, this does n…
-
Imported from JIRA [DS-1811] created by alexm
If a DSpace instance has been using a non-Solr DAO for item count and then switches to Solr (upgrade from 3 to 4, for example), it will fail when removing…
-
Jargon testing on Centos6 iRODS 4.0.1 reveals potential errors with creating large amounts of files in a collection as a unit testing setup
ref code in IRODSGenQueryExecutorImplTest
``` Java
…
-
They have AVU of the form:
[myAttributeName1, val1] or [myAttributeName1, val2] or [myAttributeName1, val3],
and they all have in common an AVU of the form:
[myAttributeName2, Val4]
How would you…
-
A f:textbox input where the user enters a string that both starts and ends with curly braces (e.g., "
{foo}
") has its value wrapped in double quotes by the stapler JSON encoder (presumably to disting…
timja updated
10 years ago
-
Simple code
``` php
$generator = new \Zend\Code\Generator\FileGenerator();
$generator->fromReflectedFileName('RealClass.php');
$class= $generator->getClass();
\Zend\Debug\Debug::dump($class->getUses(…
-
-
s3/filegenerator.py - list_files() may not always produce a list of files in the same order that S3 would.
Suppose you had the following two files in an S3 bucket (S3 sorts '.' before '/'):
a/b./d
a/b…